From: Stefan Monnier Date: Thu, 15 Aug 2002 00:12:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31159 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7663cec2fc046fb3a379e95dcf7e7d9637cd0ee3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9447c93eb7e..1058e1c50a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2002-08-14 Stefan Monnier + + * emacs-lisp/find-func.el (find-function-search-for-symbol): + Use find-file-hook instead of find-file-hooks. + + * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete. + (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. + (imenu-space-replacement): Allow nil value. + (imenu--completion-buffer): Use new vars and simplify. + Fix handling of minibuffer-setup-hook. + Use minibuffer-completion-help instead of rolling our own. + (imenu-choose-buffer-index): Use the new var. + + * startup.el (command-line): Load custom-file if not done yet. + 2002-08-15 David Kastrup * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch; @@ -5,9 +20,8 @@ 2002-08-14 Kenichi Handa - * select.el (xselect-convert-to-string): If TYPE is non-nil, - encode the selection data string. Always return cons of type and - string. + * select.el (xselect-convert-to-string): If TYPE is non-nil, encode + the selection data string. Always return cons of type and string. (selection-converter-alist): Add (UTF8_STRING . xselect-convert-to-string).